From: Yuri Astrakhan Date: Wed, 5 Aug 2015 22:53:26 +0000 (+0200) Subject: API Credits proper ordering X-Git-Tag: 1.31.0-rc.0~10335^2 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=9ff11f6d6c15361ca9ccc3ff2612afa26d1140c3;p=lhc%2Fweb%2Fwiklou.git API Credits proper ordering I think it makes much more sense to keep names chronologically, not in a random order. Change-Id: I37f8dbe2f6f06fdfd55dfff7bc1272f834717e45 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index ae7a9c6818..be00e16f18 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1232,5 +1232,5 @@ "api-help-right-apihighlimits": "Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.", "api-credits-header": "Credits", - "api-credits": "API developers:\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Brad Jorsch (lead developer 2013–present)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/." + "api-credits": "API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–present)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/." }